GXIdleJob
You can use theGXIdleJob
function to release time to other processes while your application is performing a computationally intensive task.
void GXIdleJob (gxJob aJob);
aJob
- A reference to a job object.
DESCRIPTION
TheGXIdleJob
function tells QuickDraw GX to release time to other processes that are currently active. If your application is performing a computationally intensive process that can potentially lock other processes out for an extended period of time, you need to periodically call this function.RESULT CODES
gxSegmentLoadFailedErr A required code segment could not be found, or there was not enough memory to load it. gxPrUserAbortErr The user has canceled printing.
Main | Page One | What's New | Apple Computer, Inc. | Find It | Contact Us | Help